Delphi Developer's Guide to XML
Chapter 24 - SOAP and Web Services

Previous   Next   Listings

SOAP defines a messaging framework that can be used for remote procedure calls - better known as Web services. Wizards assist in the creation of your own Web services, and in the importing of definitions for existing Web services.

FindMovies.bpg   The project group for the Web service and client
FindMoviesServer.dpr   A Web service to find movie information
FindMoviesWM.pas
FindMoviesWM.dfm
   The Web module for the SOAP service
FindMoviesIntf.pas   Interface exposed by the Web service
FindMoviesImpl.pas   Implementation of the Web service interface
FindMoviesClient.dpr   A Web service client to find movie information
ClientMain.pas
ClientMain.dfm
   The main form for the client
ClientDetail.pas
ClientDetail.dfm
   Movie detail form for the client
ccomms.pas   Interface to a third-party Web service that sends e-mails

Zipped Files (Delphi 6+)

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings